ASP.NET MVC コントロールヘルプ
OrderBy メソッド (BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : OrderBy メソッド
昇順にソートされた名前リスト。
C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions を構成します。 昇順の名前リストを指定してソート記述を設定します。
シンタックス
'宣言
 
Public Function OrderBy( _
   ByVal ParamArray names() As System.String _
) As TBuilder
public TBuilder OrderBy( 
   params System.string[] names
)

パラメータ

names
昇順にソートされた名前リスト。

戻り値の型

現在のビルダ。
参照

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ